home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- rm -rf /tmp/executorPasswords
- rm -f /tmp/executorHeartbeat
- chmod -R og+w /Applications/Data\ Backup\ 2.0
- chmod -R og-w /Library/StartupItems/Executor
- chmod +x /Library/StartupItems/Executor/Executor
- chmod +x /Library/StartupItems/Executor/ExecutorRunner
- chown -R root /Library/StartupItems/Executor
- chgrp -R wheel /Library/StartupItems/Executor
- /Library/StartupItems/Executor/Executor
-